home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / driver / dumpallobj < prev    next >
Text File  |  2001-04-06  |  562b  |  18 lines

  1. NAME
  2.         dumpallobj
  3.  
  4. DESCRIPTION
  5.         Write a list of all loaded or cloned objects into the file
  6.         OBJ_DUMP in the root directory of the mudlib.
  7.  
  8.         Warning: this file can be very large, and if the driver is low
  9.         on memory there is a certain crash probability.
  10.  
  11.         If the O_IS_WIZARD flag is used in the mudlib (i.e. if
  12.         set_is_wizard() was called), this command is allowed only for
  13.         users that have this flag set.
  14.  
  15. SEE ALSO
  16.         malloc(D), status(D), memory(C), objects(C), debug_info(E),
  17.         set_is_wizard(E)
  18.